Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

fix(Vue): apply style changes with HMR #763

Merged
merged 3 commits into from
Jan 14, 2019
Merged

Conversation

vchimev
Copy link
Contributor

@vchimev vchimev commented Jan 7, 2019

PR Checklist

What is the current behavior?

The bundle-config-loader executes for entryPath with all extensions: css, js, ts, scss, etc.

What is the new behavior?

The bundle-config-loader executes only for entryPath with js or ts extensions.

Fixes #762.

@vchimev vchimev requested review from vakrilov and KristianDD January 7, 2019 16:01
The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.
@vchimev vchimev force-pushed the vchimev/vue-hmr-styles branch from 2dc81e1 to 0f13b0e Compare January 12, 2019 13:12
@vchimev vchimev force-pushed the vchimev/vue-hmr-styles branch from 0f13b0e to 0d65b2b Compare January 12, 2019 13:12
@vchimev vchimev merged commit aca851c into master Jan 14, 2019
@vchimev vchimev deleted the vchimev/vue-hmr-styles branch January 14, 2019 09:32
@sis0k0
Copy link
Contributor

sis0k0 commented Jan 14, 2019

The reverted commit was fixing #742. The problem was reproducible only on Windows.

SvetoslavTsenov pushed a commit that referenced this pull request Jan 28, 2019
* fix(Vue): apply style changes with HMR

The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.

* Revert "fix(Vue): resolve full path for entry module (#744)"

This reverts commit 4d31ea0.

It causes #762.

* fix(Vue): entry module path

Fixes #742, fixes #762.
SvetoslavTsenov added a commit that referenced this pull request Jan 28, 2019
* fix(Vue): apply style changes with HMR

The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.

* Revert "fix(Vue): resolve full path for entry module (#744)"

This reverts commit 4d31ea0.

It causes #762.

* fix(Vue): entry module path

Fixes #742, fixes #762.
SvetoslavTsenov added a commit that referenced this pull request Jan 28, 2019
* fix(Vue): apply style changes with HMR (#763)

* fix(Vue): apply style changes with HMR

The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.

* Revert "fix(Vue): resolve full path for entry module (#744)"

This reverts commit 4d31ea0.

It causes #762.

* fix(Vue): entry module path

Fixes #742, fixes #762.

* Release 0.19.0 (#757)

* fix: lazy-ngmodule-hot-loader breaks the sourceMaps

The `lazy-ngmodule-hot-loader` breaks sourceMaps as it does not pass them to the next loaders. This breaks debugging with `--bundle` in VSCode extension as the files included in the `sourcesContent` cannot be mapped correctly to local files.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants